home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00153_Script_Jigg < prev    next >
Text File  |  1999-02-25  |  557b  |  14 lines

  1. on enterFrame me
  2.    set the moveableSprite of sprite the SpriteNum of me = TRUE
  3.   
  4.   if the locv of sprite the SpriteNum of me > 0 then
  5.     set the locv of sprite the SpriteNum of me = the locv of sprite the SpriteNum of me - 2
  6.   else 
  7.     set the locv of sprite the SpriteNum of me = 500 + the height of sprite the spriteNum of me
  8.     set the width of sprite the SpriteNum of me = the width of sprite the SpriteNum of me * 1.5
  9.     set the height of sprite the SpriteNum of me = the height of sprite the SpriteNum of me * 1.5
  10.   end if
  11.   
  12. end 
  13.  
  14.